Opc.Ua.Core
ValidateNonce(Byte[],MessageSecurityMode,UInt32) Method



Opc.Ua Namespace > Utils.Nonce Class > ValidateNonce Method : ValidateNonce(Byte[],MessageSecurityMode,UInt32) Method
Validates the nonce for a message security mode and a minimum length.
Syntax
'Declaration
 
Public Overloads Shared Function ValidateNonce( _
   ByVal nonce() As Byte, _
   ByVal securityMode As MessageSecurityMode, _
   ByVal minNonceLength As UInteger _
) As Boolean
'Usage
 
Dim nonce() As Byte
Dim securityMode As MessageSecurityMode
Dim minNonceLength As UInteger
Dim value As Boolean
 
value = Utils.Nonce.ValidateNonce(nonce, securityMode, minNonceLength)
public static bool ValidateNonce( 
   byte[] nonce,
   MessageSecurityMode securityMode,
   uint minNonceLength
)
public:
static bool ValidateNonce( 
   array<byte>^ nonce,
   MessageSecurityMode securityMode,
   uint minNonceLength
) 

Parameters

nonce
securityMode
minNonceLength
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils.Nonce Class
Utils.Nonce Members
Overload List